projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f3f640
)
meson: Don't define G_ENABLE_CONSISTENCY_CHECKS unconditionally
author
Timm Bäder
<mail@baedert.org>
Mon, 14 Aug 2017 11:01:22 +0000
(13:01 +0200)
committer
Timm Bäder
<mail@baedert.org>
Mon, 14 Aug 2017 11:01:22 +0000
(13:01 +0200)
We add it back later depending on the current buildtype.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index d61ce416c079f923fd773e32ba672c001cd56674..53800f8243065a20f80071e84be76ee60fb0928f 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-41,7
+41,6
@@
xkbcommon_req = '>= 0.2.0'
gnome = import('gnome')
add_project_arguments('-DG_LOG_USE_STRUCTURED=1', language: 'c')
-add_project_arguments('-DG_ENABLE_CONSISTENCY_CHECKS', language: 'c')
add_project_arguments('-DGLIB_MIN_REQUIRED_VERSION=' + glib_min_required, language: 'c')
add_project_arguments('-DGLIB_MAX_ALLOWED_VERSION=' + glib_max_allowed, language: 'c')